home *** CD-ROM | disk | FTP | other *** search
/ Champak 83 / (Vol 83) My Disc.iso / Games / blobz.swf / scripts / frame_7 / DoAction.as
Text File  |  2008-08-08  |  325b  |  17 lines

  1. if(round == "round2")
  2. {
  3.    _root.rounds.gotoAndPlay(60);
  4. }
  5. else if(round == "finalround")
  6. {
  7.    _root.rounds.gotoAndPlay(116);
  8. }
  9. blueCounter = 0;
  10. blueBlown = false;
  11. blueKey = "none";
  12. redCounter = 0;
  13. redBlown = false;
  14. redKey = "none";
  15. redCount.gotoAndStop(redPoints + 1);
  16. blueCount.gotoAndStop(bluePoints + 1);
  17.